'Declaration
Public Function New( _ ByVal owner As FlexMap(Of T) _ )
'Usage
Dim owner As FlexMap(Of T) Dim instance As New ScatterMapLayer(Of T)(owner)
public ScatterMapLayer<T>( FlexMap<T> owner )
public: ScatterMapLayer<T>( FlexMap<T*>* owner )
public: ScatterMapLayer<T>( FlexMap<T^>^ owner )
Parameters
- owner
- The owner which owns this map layer.